internal/runtime/maps.Map.tombstonePossible (field)

4 uses

	internal/runtime/maps (current package)
		map.go#L241: 	tombstonePossible bool
		map.go#L666: 			m.tombstonePossible = true
		map.go#L732: 	if m == nil || m.Used() == 0 && !m.tombstonePossible {
		map.go#L754: 		m.tombstonePossible = false